home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1999 #2 / Amiga Plus CD - 1999 - No. 2.iso / System-Boost / Workbench / Reboot / Reboot_strings.h < prev    next >
C/C++ Source or Header  |  1998-06-17  |  2KB  |  76 lines

  1. #ifndef REBOOT_STRINGS_H
  2. #define REBOOT_STRINGS_H
  3.  
  4.  
  5. /****************************************************************************/
  6.  
  7.  
  8. /* This file was created automatically by CatComp.
  9.  * Do NOT edit by hand!
  10.  */
  11.  
  12.  
  13. #ifndef EXEC_TYPES_H
  14. #include <exec/types.h>
  15. #endif
  16.  
  17. #ifdef CATCOMP_ARRAY
  18. #undef CATCOMP_NUMBERS
  19. #undef CATCOMP_STRINGS
  20. #define CATCOMP_NUMBERS
  21. #define CATCOMP_STRINGS
  22. #endif
  23.  
  24. #ifdef CATCOMP_BLOCK
  25. #undef CATCOMP_STRINGS
  26. #define CATCOMP_STRINGS
  27. #endif
  28.  
  29.  
  30. /****************************************************************************/
  31.  
  32.  
  33. #ifdef CATCOMP_NUMBERS
  34.  
  35. #define MSG_LIB_NOT_FOUND_REQTEXT 0
  36. #define MSG_LIB_NOT_FOUND_REQGAD 1
  37. #define MSG_LIB_WRONG_VERSION_REQTEXT 2
  38. #define MSG_LIB_WRONG_VERSION_REQGAD 3
  39. #define MSG_REBOOT_REQTEXT 4
  40. #define MSG_REBOOT_REQGAD 5
  41. #define MSG_ABORTREBOOT_REQTEXT 6
  42. #define MSG_ABORTREBOOT_REQGAD 7
  43.  
  44. #endif /* CATCOMP_NUMBERS */
  45.  
  46.  
  47. /****************************************************************************/
  48.  
  49.  
  50. #ifdef CATCOMP_STRINGS
  51.  
  52. #define MSG_LIB_NOT_FOUND_REQTEXT_STR "%s\nnot found."
  53. #define MSG_LIB_NOT_FOUND_REQGAD_STR "Retry|Cancel"
  54. #define MSG_LIB_WRONG_VERSION_REQTEXT_STR "Requires at least\n%s version %lu !"
  55. #define MSG_LIB_WRONG_VERSION_REQGAD_STR "Cancel"
  56. #define MSG_REBOOT_REQTEXT_STR "Please finish all disk activity !\nAre you sure to reboot ?"
  57. #define MSG_REBOOT_REQGAD_STR "Reboot|Abort"
  58. #define MSG_ABORTREBOOT_REQTEXT_STR "REBOOTING ...\nPlease finish all disk activity !"
  59. #define MSG_ABORTREBOOT_REQGAD_STR "Abort"
  60.  
  61. #endif /* CATCOMP_STRINGS */
  62.  
  63.  
  64. /****************************************************************************/
  65.  
  66.  
  67. struct LocaleInfo
  68. {
  69.     APTR li_LocaleBase;
  70.     APTR li_Catalog;
  71. };
  72.  
  73.  
  74.  
  75. #endif /* REBOOT_STRINGS_H */
  76.